home *** CD-ROM | disk | FTP | other *** search
- object FPlotTest: TFPlotTest
- Left = 318
- Top = 42
- Width = 536
- Height = 364
- Caption = 'Plot Test'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PRight: TPanel
- Left = 251
- Top = 19
- Width = 277
- Height = 251
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 0
- object GBSpeedTest: TGroupBox
- Left = 8
- Top = 0
- Width = 265
- Height = 193
- Caption = 'Options'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Serif'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- TabOrder = 0
- object Panel1: TPanel
- Left = 2
- Top = 18
- Width = 261
- Height = 39
- Align = alTop
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 0
- object MInfo: TMemo
- Left = 5
- Top = 8
- Width = 241
- Height = 33
- BorderStyle = bsNone
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Lines.Strings = (
- 'Info: Draws f(x,y,z,u,v,w) in the x-interval [-10, 10] '
- 'and the h-interval [-10, 10].')
- ParentFont = False
- ReadOnly = True
- TabOrder = 0
- end
- end
- object PILeft: TPanel
- Left = 2
- Top = 57
- Width = 83
- Height = 127
- Align = alLeft
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 1
- object LFunction: TLabel
- Left = 5
- Top = 3
- Width = 65
- Height = 13
- Caption = 'f(x,y,z,u,v,w)='
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- end
- object MFunction: TMemo
- Left = 85
- Top = 57
- Width = 163
- Height = 127
- Align = alClient
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Lines.Strings = (
- '')
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 2
- end
- object PFBottom: TPanel
- Left = 2
- Top = 184
- Width = 261
- Height = 7
- Align = alBottom
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 4
- end
- object Panel2: TPanel
- Left = 248
- Top = 57
- Width = 15
- Height = 127
- Align = alRight
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 3
- end
- end
- object BRedraw: TButton
- Left = 23
- Top = 201
- Width = 86
- Height = 21
- Caption = '&Redraw'
- Default = True
- TabOrder = 1
- OnClick = BRedrawClick
- end
- end
- object PBottom: TPanel
- Left = 0
- Top = 270
- Width = 528
- Height = 63
- Align = alBottom
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 1
- object LtheTime: TLabel
- Left = 195
- Top = 18
- Width = 6
- Height = 13
- Alignment = taRightJustify
- Caption = '0'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Lsec: TLabel
- Left = 210
- Top = 18
- Width = 17
- Height = 13
- Alignment = taRightJustify
- Caption = 'sec'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object LcTime: TLabel
- Left = 50
- Top = 18
- Width = 78
- Height = 13
- Caption = 'Calculation Time'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object LcTime0: TLabel
- Left = 50
- Top = 2
- Width = 106
- Height = 13
- Caption = 'sbParser-CreationTime'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Lsec0: TLabel
- Left = 210
- Top = 2
- Width = 17
- Height = 13
- Alignment = taRightJustify
- Caption = 'sec'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object LtheTime0: TLabel
- Left = 195
- Top = 2
- Width = 6
- Height = 13
- Alignment = taRightJustify
- Caption = '0'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object BExit: TButton
- Left = 18
- Top = 36
- Width = 86
- Height = 24
- Caption = 'E&xit'
- TabOrder = 0
- OnClick = BExitClick
- end
- end
- object PFRight: TPanel
- Left = 0
- Top = 19
- Width = 15
- Height = 251
- Align = alLeft
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 2
- end
- object PFTop: TPanel
- Left = 0
- Top = 0
- Width = 528
- Height = 19
- Align = alTop
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 3
- end
- object PPlot: TPanel
- Left = 15
- Top = 19
- Width = 236
- Height = 251
- Align = alClient
- BevelOuter = bvLowered
- Color = clWhite
- TabOrder = 4
- object PBPlot: TPaintBox
- Left = 1
- Top = 1
- Width = 234
- Height = 249
- Align = alClient
- OnPaint = PBPlotPaint
- end
- end
- end
-